If
---------------------
Different to basic
Same as BBC Basic, except that the
Then
keyword is required.
Example:
If
a%
>
b%
Then
C%
=
2
Else
C%
=
1
EndIf